gnomeos-install.sh: Fix link to -devel root
authorColin Walters <walters@verbum.org>
Fri, 6 Apr 2012 01:53:25 +0000 (21:53 -0400)
committerColin Walters <walters@verbum.org>
Fri, 6 Apr 2012 01:53:25 +0000 (21:53 -0400)
Now that we're using checkout --atomic-swap, there is no
-devel-current.

gnomeos/gnomeos-install.sh

index d0d3cff66af5ee9870122344fa6937d6063e8a13..649b750e3959f12b75244f160f5ba9c430764288 100755 (executable)
@@ -87,7 +87,7 @@ if ! test -f "/boot/${initrd_name}"; then
     --mount-bind /ostree/var /var \
     --mount-bind ${initrd_tmpdir} /tmp \
     --mount-bind /ostree/modules /lib/modules \
-    /ostree/${BRANCH_PREFIX}devel-current \
+    /ostree/${BRANCH_PREFIX}devel \
     dracut -f /tmp/${initrd_name} "${uname}"
     mv "${initrd_tmpdir}/${initrd_name}" "/boot/${initrd_name}"
     rm -rf "${initrd_tmpdir}"